home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
business
/
rj502.arj
/
INSTHARD.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-03-06
|
1KB
|
33 lines
@ECHO OFF
echo
echo ============================================
ECHO Hard Drive Installation for Rosewood Journal
echo ============================================
echo
ECHO This program will make a directory called
echo "C:\ROSEJOUR" and a sub-directory called
ECHO "C:\ROSEJOUR\DATA". The program will copy
echo the executable file "RJ.EXE" to the "ROSEJOUR"
echo directory and then will run Rosewood Journal.
@echo
echo You will be asked to enter details of your company
echo including the month that your fiscal year begins
echo and the drive and path to your data. Your data will
echo be in the "C:\ROSEJOUR\DATA" directory. You will need
echo to know this path when you complete the installation.
echo
@echo off
echo If you do not want to continue with the installation
echo then press Ctrl-Break or Ctrl-C now.
echo
echo
pause
MD C:\ROSEJOUR
MD C:\ROSEJOUR\DATA
COPY RJ.EXE C:\ROSEJOUR
C:
CD \ROSEJOUR
echo Installation is complete
pause
RJ